FlexGrid for WinForms
AddItem(Object[]) Method



Array of objects that will be assigned to the new row.
Adds a row to the grid and populates the new row with data.
Syntax
'Declaration
 
Public Overloads Function AddItem( _
   ByVal items() As Object _
) As Row
'Usage
 
Dim instance As C1FlexGridBase
Dim items() As Object
Dim value As Row
 
value = instance.AddItem(items)
public Row AddItem( 
   object[] items
)
public:
Row^ AddItem( 
   array<Object^>^ items
) 

Parameters

items
Array of objects that will be assigned to the new row.

Return Value

A reference to the new row.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1FlexGridBase Class
C1FlexGridBase Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback